home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.poz == "b")
- {
- if(0 < _root.draglej)
- {
- if(_root.draglej == 14)
- {
- _root.ii14 = 2;
- }
- if(eval("_root.mon_055_i" add _root.draglej add "_100") == undefined)
- {
- _root.d_venca.l = "mon_055_iundef_100";
- _root.d_venca.i = "go";
- }
- else
- {
- _root.d_venca.l = "mon_055_i" add _root.draglej add "_100";
- _root.d_venca.i = "go";
- }
- _root.stopdragall();
- }
- else if(_root.ii14 < 2)
- {
- _root.d_venca.l = "mon_055a_100";
- _root.d_venca.i = "go";
- }
- else
- {
- _root.d_venca.l = "mon_055b_100";
- _root.d_venca.i = "go";
- }
- _root.venca.gotoAndStop("b2");
- _root.hideall();
- }
- else
- {
- _root.venca.gotoAndPlay(_root.poz add "b");
- _root.stopdragall();
- }
- }
-